home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict07.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  678 b   |  31 lines

  1. global mode, foreframe, movieName, delaytime, movieshow, movieprepos, moviepos, g_pause, womannum, pict, g_image
  2.  
  3. on exitFrame
  4.   if rollOver(42) then
  5.     go(the frame)
  6.   else
  7.     if rollOver(35) or rollOver(36) then
  8.       go(the frame - 5)
  9.     else
  10.       startTimer()
  11.       repeat with i = 38 to 40
  12.         puppetSprite(i, 0)
  13.       end repeat
  14.       if movieshow = 1 then
  15.         set the keyDownScript to "checkkeytab"
  16.       else
  17.         set the keyDownScript to "checkkey0"
  18.       end if
  19.       if movieshow = 1 then
  20.         go("move")
  21.       else
  22.         if g_pause = 1 then
  23.           go("pa")
  24.         else
  25.           go("from")
  26.         end if
  27.       end if
  28.     end if
  29.   end if
  30. end
  31.